home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Immoral Angel 1
/
Immoral Angel 1.iso
/
mac
/
MSTR
/
PROGRAM
/
MAIN.DIR
/
00091_yes,up.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-07-11
|
304 b
|
18 lines
on mouseDown
global framenum, runstatus
if button() then
if runstatus = "Saver" then
setsaver()
end if
if runstatus = "beep" then
setbeep()
end if
if runstatus = "quit" then
cursor(200)
go("quitProgram")
exit
end if
go(framenum)
end if
end